Enum Logic.EndReason
Reasons why a level ended.
Members
| LEVEL_COMPLETE | Will be called when the level is completed successfully. |
| LOAD_GAME | Will be called when the level ends due to loading a saved game. |
| EXIT_TO_TITLE | Will be called when the level ends due to exiting to the title screen. |
| DEATH | Will be called when the level ends due to the player's death. |
| OTHER | Will be called when the level ends for any other reason. |
Members
- LEVEL_COMPLETE
- Will be called when the level is completed successfully.
- LOAD_GAME
- Will be called when the level ends due to loading a saved game.
- EXIT_TO_TITLE
- Will be called when the level ends due to exiting to the title screen.
- DEATH
- Will be called when the level ends due to the player's death.
- OTHER
- Will be called when the level ends for any other reason.